@charset "utf-8";
/*
*/
/*css reset*/
html{-webkit-text-size-adjust:none;word-wrap:break-word;word-break:break-all;}
body{color:#333333;background: #333333; font-size:14px;font-family:"PingFang SC",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Source Han Sans","Noto Sans CJK Sc","Microsoft YaHei","Microsoft Jhenghei",sans-serif;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;border:0;outline:0;-webkit-text-size-adjust: none;-webkit-tap-highlight-color: transparent;}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{vertical-align:baseline}
a{color:#f8f8f8;text-decoration:none;transition:all .15s ease 0s;}
a:hover{color:#cc0000;text-decoration:none;}
button{background: transparent;}
button:focus , input:focus , textarea:focus{outline:0;} 
ol , ul{list-style-type:none}
i{font-style:normal}
img{max-width:100%;height:auto;border:0;vertical-align:middle;transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);-webkit-transition:-webkit-transform .2s ease 0s;transition:transform .2s ease 0s}
video{height:auto!important;width:100%!important}
video::-internal-media-controls-download-button{display:none}
video::-webkit-media-controls-enclosure{overflow:hidden}
video::-webkit-media-controls-panel{width:calc(100% + 30px)}
.clear{clear:both}
/*公共代码*/
/*css控制文字超出内容显示(单行，基础)======...**/
.list_shop .info , .index_news li.index_r a ,  .list_url li h2 , .list_url li .desc , .list_it li h2 , .list_qa li h2 , .list_a li a , .list_n li a , .function_c ul li , .subcategory li , .cate_log li , .relates_it li h2 , .links li , #divCatalog ul li ul li a {font-weight:normal;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
/*css控制文字超出内容显示（双行）*/
.index_news li h2 , .index_news li p , .index_t li h2 , .list_shop h2 , .list_it li p , .list_qa li p , .logs_product p , .left-t ul li h2 , .relates_it li p , .rslides .poster_text h2 , .rslides .poster_text p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
/*超链接hover*/
.list_qa li p a , .list_qa li .info a:hover , .list_it li p a , .list_it li .info a:hover , .content .info span a:hover , .article_content a , .compost .com_name a span , .clbody .cinfo span a, .clbody p a , .clbody .cinfo h5 , .breadcrumb a:hover , .section h3 span a:hover , .section h3 span a:hover i , .index_section h3 span a:hover , .price .price_view div h5 a:hover , .kfwx .wx_content a , .list_log li .edition p a:hover{color:#266497;}
/*居中容器*/
.container{width:1210px;margin:0 auto}
/*网站头部*/
header{background:#ffffff;}
.logo{float:left;margin:20px 0;}
.logo img{height:60px;}
.wlogo{display:none}
.plogo{display: block;}
.search{overflow:hidden;width:450px;margin-top:30px;float:right;}
.search form{width:100%;position:relative;}
.search input{width:100%;height:40px;line-height:36px;border:2px solid #0675d0;padding:0 70px 0 10px;color:#555555;}
.search button{width:60px;border:0;background:#0675d0;height:40px;line-height:40px;color:#fff;z-index: 9; position: absolute;right:0;cursor : pointer;}
.search input:focus {border:2px solid #046abe;}
.search button:hover{background:#046abe;}
.user{float:right;color:#999999;min-width:250px;margin:30px 0 0 30px;line-height:40px;text-align:right;position: relative;}
.user img{width:30px;height:30px;border-radius:50%;margin-right:5px;border:1px solid #e8e8e8;position: relative;top:0;left:0;}
.user .username:hover .usermenu{display: block;}
.usermenu {background:#ffffff;border-radius: 15px; padding:5px 0;display: none; position: absolute;top:40;right:0;z-index:999;text-align: left;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);}
.usermenu li{padding:0 20px;line-height: 30px;}
.user .login a{margin-left:10px;}
/*导航栏*/
.nav{line-height:40px;height:40px;background:#0675d0;}
.nav ul{list-style:none}
.nav li{float:left;position:relative;line-height:40px;}
.nav li a{display:block;padding:0 25px;color:#ffffff;font-family:iconfont!important;}
.nav li a .iconfont{padding-right:5px;}
.nav li i{font-style:normal}
.nav li .icon_d{font-family:iconfont!important;}
.nav li a.icon_d::after{content: "";
    position: absolute;
    right: 5px;
    top:18px;
    width: 0;
    height: 0;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;margin-left:3px;}
.nav li a.icon_d:hover:after { transform: rotate(180deg) } 
.nav li a.icon_u::after{content:"\e7d8"!important;}
.nav li:hover , .nav li.cur{background:#046abe;}
.nav li ul{position:absolute;top:100%;z-index:999;background:#ffffff;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);transition:top .5s;display:none;
width: 100%;}
.nav li ul li{float:none;width:100%;white-space:nowrap;display:block;border-top:1px solid #ededed;}
.nav li ul li a{color:#333333;}
.nav li.cur ul li{background:#ffffff;}
.nav li ul li:first-child {border-top:0;}
.nav li ul li:hover{background:#ededed;}
.nav li ul li:hover a{color:#444444;}
/*导航栏浮动*/
.fixednav{width:100%;position:fixed;left:0;top:0;z-index:999;transition:top .5s}
.hide{top: -40px; }	
#mnav,#msearch,#muser{display:none}
/*面包屑导航*/
.breadcrumb_box{line-height:21px;background: #fbfbfb; padding:10px 0;border-bottom:1px solid #e8e8e8;font-weight:normal;}
.breadcrumb{padding:0 20px;}
.breadcrumb , .breadcrumb a{color:#999999;}
.breadcrumb i{margin:0 5px;}
/*首页网站公告*/
.list_n {background: #fbfbfb; border-bottom: 1px solid #e8e8e8;}
.list_n ul{padding:15px 0 5px 0;margin-right:-2%;overflow: hidden;}
.list_n li{line-height: 18px;margin:0 2% 10px 0; float:left;width:31.33333%;}
.list_n li a{font-family:iconfont!important;}
.list_n li a::before{margin-right:5px;background: url(../images/laba.png) no-repeat;width: 16px;height: 16px;content: '';display: inline-block;
vertical-align: middle;}
/*主体容器*/
.main{padding-top:20px;background:#eef0f1;overflow:hidden;clear:both;}
/*主体容器左右侧栏*/
.mainleft{float:left;width:305px;overflow:hidden}
.mainright{width:885px;float:right}
.postleft{float:left;width:885px;overflow:hidden}
.postright{float:right;width:305px;position:relative}
.main_i_left{float:left;width:305px;display: block;}
.main_i_right{float:right;width:885px;overflow:hidden}
/*网站全部分类*/
.catalogue {background:#ffffff;overflow: visible; margin:0 0 20px 0;}
.catalogue ul{padding:20px 0 0 0;}
#divCatalog ul li{line-height: 21px;padding: 0 20px;width:100%;margin-bottom:20px;display: inline-block;position: relative;}
#divCatalog ul li span{ cursor:pointer;float:right;font-size:14px;color:#999999;}
#divCatalog ul li span:before {content: "\e79a";}
#divCatalog ul li span.arrowup:before {content: "\e799"!important;}
#divCatalog ul li a{font-size:16px;width:85%;display: inline-block;overflow: hidden;}
#divCatalog ul li a i{font-size:16px;margin-right:5px;}
#divCatalog ul li ul{position: absolute;top:0;left:305px;z-index: 999; background: #f7f7f7; width:460px;display: none;padding:20px 0 0 20px;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);}
#divCatalog ul li ul li{width:200px;margin-right:20px;padding:0;line-height: 18px;}
#divCatalog ul li ul li a{font-size:14px;line-height:18px;font-weight: normal;float:left;}
#divCatalog ul li ul li ul{top:0px;left:220px;z-index: 9999; background:#f0f0f0; overflow: hidden;display: none;}
/*轮播图*/
.slides_box{position:relative;width:100%;}
.slides_box .prev{left:0}
.slides_box .next{right:0}
.rslides{position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0;height:380px;}
.rslides li{position:absolute;display:none;width:100%;left:0;top:0}
.rslides li:first-child{position:relative;display:block;float:left}
.rslides img{display:block;height:auto;float:left;width:100%;border:0;object-fit: cover;height:380px;}
.rslides .poster_text{display:block;position:absolute;z-index:2;text-align: center;text-shadow:none;left:0;right:0;top:90px;padding:0 30px;}
.rslides .poster_text h2{line-height: 150%;font-size:32px;font-weight: normal;color:#ffffff;margin:0 0 30px 0;}
.rslides .poster_text p{line-height: 150%; font-size:14px;color:#ffffff;margin:0 0 30px 0;opacity: 0.8;}
.rslides .poster_text a{font-size: 16px;padding: 10px 50px;display: inline-block;color: #ffffff;border: 1px solid #ffffff; cursor: pointer;}
.rslides .poster_text a:hover{color:#0675d0;background:#ffffff;}
.rslides_tabs{position:absolute;z-index:9;text-align: center;left:0;right:0;bottom:10px;padding:15px 0;font-size:0;}
.rslides_tabs li{margin:0 10px;display: inline-block;}
.rslides_tabs li.rslides_here a{background:#0675d0;-moz-opacity:0.8;opacity: 0.8;}
.rslides_tabs li a{font-size:0px;padding:0 20px;line-height: 2px;display:inline-block;background: rgba(255,255,255,.8);border-radius: 1px; overflow: hidden;}
.rslides_nav{font-size:20px;position:absolute;top:50%;z-index:9;line-height:50px;height:50px;width:30px;text-align:center;margin-top:-25px;vertical-align:middle;cursor:pointer;background:rgba(0,0,0,.1)}
.rslides_nav span{display:block;color:rgba(255,255,255,.8)!important;margin-right:0!important}
/*快捷菜单*/
.quick {margin-bottom:20px; }
.quick ul{margin-right:-2%;overflow: hidden;}
.quick li{float:left;line-height:21px;text-align: center; margin-right:2%;width:18%;}
.quick li a{display: block;padding:13px 10px ;background: #ffffff;}
.quick li:hover a , .quick li:hover a i{color:#ffffff;}
.quick li i{margin-right:5px;font-size:18px;position: relative;top:1px;}
.quick li:nth-child(1) i{color:#61b34d}
.quick li:nth-child(2) i{color:#FF9933}
.quick li:nth-child(3) i{color:#0066cc}
.quick li:nth-child(4) i{color:#CC3333}
.quick li:nth-child(5) i{color:#3cb48c}
.quick li:nth-child(1):hover a{background: #61b34d;}
.quick li:nth-child(2):hover a{background: #FF9933;}
.quick li:nth-child(3):hover a{background: #0066cc;}
.quick li:nth-child(4):hover a{background: #CC3333;}
.quick li:nth-child(5):hover a{background: #3cb48c;}
.index_section h3 ul{float:left;}
.index_section h3 li{height:40px;line-height:38px;padding:0 15px;display:inline-block;text-align:center;border-top:2px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff}
.index_section h3 .tab_active{border-bottom:1px solid #fff;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;border-top:2px solid #0675d0;color:#0675d0}
.index_section h3 span a{padding:0 15px;}
.index_section h3 span a:last-child{padding:0 0 0 15px}
/*版块容器*/
.section , .content , .index_section , .function{background:#ffffff;overflow:hidden;margin-bottom:20px;}
.section h3 , .index_section h3 , .function_t{height:40px;line-height:40px;font-size:16px;padding:0 20px;border-bottom:1px solid #e8e8e8;font-weight:normal;overflow: hidden;}
.section h1{height:40px;line-height:40px;font-size:16px;padding:0 20px;border-bottom:1px solid #e8e8e8;font-weight:normal;overflow: hidden;}
.section h3 span , .index_section h3 span{float:right;font-size:12px;color:#999999;}
.section h3 span a , .section h3 span i , .index_section h3 span a , .index_section h3 span i{font-size:12px;color:#999999;}
.index_section h3 span em{font-size:16px;color:#e60000;padding:0 2px;font-style: normal;}
/*列表开始——公共代码*/
.list_shop ul , .list_url ul , .list_qa ul , .index_t ul{padding:20px 20px 0 20px;margin-right:-2%;overflow: hidden;}
.list_shop li , .list_url li , .list_qa li , .index_t li{float:left;margin-right:2%;margin-bottom:20px;}
.list_it li , .list_qa li , .index_t li , .list_shop li , .list_url li {padding-top:20px;border-top:1px solid #e8e8e8;} 
.list_url li , .list_qa li , .index_t li{width:48%;}
.list_it li:first-child , .list_qa li:first-child , .index_t li:first-child , .index_t li:nth-child(2) , .list_shop li:first-child , .list_shop li:nth-child(2) , .list_shop li:nth-child(3) , .index_shop li:nth-child(4) , .list_url li:first-child , .list_url li:nth-child(2) , .list_qa li:first-child , .list_qa li:nth-child(2) {padding-top:0;border-top:0;}
/*首页文章列表*/
.index_news_box{width:49%;float:left;}
.index_news_box:nth-child(2n){float:right;}
.index_news ul{padding:20px 20px 0 20px;}
.index_news li{margin:0 0 20px 0;overflow: hidden;}
.index_news li img{width:176px;height:129px;object-fit:cover;float:left;margin-right:15px;}
.index_news li h2{font-size:16px;line-height:24px;height:48px;font-weight:normal;}
.index_news li p {margin:10px 0;line-height:21px;height:42px;color:#999999;}
.index_news li .info {line-height:18px;overflow:hidden}
.index_news li.index_r{font-size:16px;line-height:24px;}
.index_news li.index_r a , .list_a li a , .list_n li a{float:left; width:-webkit-calc(100% - 75px); width:-moz-calc(100% - 75px); width:calc(100% - 75px);}
.index_news li span , .list_a li span , .list_n li span{float:right;color:#999999;font-size:12px;}
/*纯标题列表*/
.list_a ul{padding:20px 20px 0 20px;overflow: hidden; }
.list_a li:last-child , .index_news li:last-child{border-bottom: 0 !important;padding-bottom: 0!important;}
.list_a li:nth-child(5n) , .index_news li:nth-child(5n){padding-bottom:20px;border-bottom: 1px solid #e8e8e8; }
.list_a li {display: list-item; font-size: 16px; line-height: 21px; overflow: hidden;margin-bottom:20px; }
.list_a li:hover{ padding-left:5px; transition: all .3s ease;-moz-transition: all .3s ease;-webkit-transition: all .3s ease;-o-transition: all .3s ease;} 
/*首页文章列表带缩略图*/
.index_t li img{width:117px;height:80px;float:left;object-fit:cover;margin-right:15px;}
.index_t li h2{font-size:16px;line-height:24px;height:48px;font-weight: normal;}
.index_t li .info {font-size:12px;line-height:21px;margin-top:10px;color:#999999;overflow:hidden}
.index_t li .info span{float:right;}
.list_shop li{width:31.33333%;}
/*首页显示每行4列*/
.index_shop li{width:23%!important;}
.index_shop_more{border-top:1px solid #e8e8e8;}
.index_shop_more a{display:block;text-align: center;line-height: 40px;background: #fbfbfb; color:#555555;}
.index_shop_more a:hover{background: #f5f5f5; }
/*产品列表*/
.list_shop li .img{position:relative;padding-top:75%;width:100%}
.list_shop li .img img , .list_shop li .img2 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.list_shop li .img2{position:relative;padding-top:100%;width:100%}
.list_shop h2{line-height:24px;font-size:16px;text-align: center;margin:10px 0 0 0;height:48px;font-weight: normal;}
.list_shop .price_box , .list_shop .info{line-height:21px;height:21px;text-align: center;margin-top:7px;overflow:hidden;color:#999999;}
.list_shop .price_box i{margin-right:5px;font-style:normal;font-size: 12px;}
.list_shop .price_box span.price{color:#999;font-size:14px;}
.list_shop .price_box span.oldprice{padding-right:5px;text-decoration:line-through}
.list_shop .price_box span.free{color:#339933;font-weight:blod;}
/*网址列表*/
.list_url li img { width: 55px; height: 55px; border-radius:8px;float:left; margin-right:15px; }
.list_url li h2 { font-size: 16px;line-height: 24px;height:24px;font-weight: normal;}
.list_url li .details , .list_url li .desc {margin-top:10px;}
.list_url li .details { line-height: 21px;height: 21px;overflow: hidden; font-size:12px;display:none;}
.list_url li .details a{  padding:0 10px;line-height: 20px; display: inline-block;background: #f0f0f0;color:#444444;}
.list_url li .details a.yanshi{background:#009999;color:#ffffff;}
.list_url li .details a:hover {-moz-opacity:0.9;opacity: 0.9; }
.list_url li .desc { line-height: 21px;height: 21px;color:#999999;}
.list_url li i{margin-right:3px;}
.list_url li:hover .desc{display:none;}
.list_url li:hover .details{display:block;}
/*图文列表*/
.list_it ul{padding:20px 20px 0 20px;overflow:hidden}
.list_it li{float:left;width:100%;margin-bottom:20px;}
.list_it li img{width:153px;height:115px;float:left;object-fit:cover;margin-right:15px;}
.list_it li h2{font-size:20px;line-height:150%;}
.list_it li p{line-height:21px;height:42px;color:#999999;margin:10px 0;}
.list_it li p a{margin-right:10px;}
.list_it li .info{color:#999999;line-height:18px;font-size:12px;overflow:hidden;}
.list_it li .info span{padding-right:15px}
.list_it li .info span i{margin-right:3px;font-size:12px;}
.list_it li .info a{color:#999999}
/*问答列表带摘要*/
.list_qa li h2{font-size:20px;line-height:30px;height:30px;}
.list_qa li p{line-height:21px;height:42px;color:#999999;margin:10px 0;}
.list_qa li p a{margin-right:10px;}
.list_qa li .info{color:#999999;line-height:18px;font-size:12px;overflow:hidden;}
.list_qa li .info span{padding-right:15px}
.list_qa li .info span i{margin-right:3px;font-size:12px;}
.list_qa li .info a{color:#999999}

/*分类专题和解决方案*/
.catepage , .solution{padding:50px 0;text-align: center; color:#ffffff;background-repeat:no-repeat;background-position:top;background-size:cover;z-index:1;position:relative}
.catepage::after , .solution::after {background:#0675d0;content:"";display:block;height:100%;position:absolute;top:0;width:100%;z-index:-1;-moz-opacity:0.6;opacity:0.6}
.catepage h1 {font-size:32px;}
.catepage h1 , .solution h3{line-height: 150%;font-weight: normal;margin-bottom:30px;}
.catepage .catepage_content{margin-bottom:30px;}
.catepage .catepage_content p , .catepage .catepage_content div{line-height: 150%;margin-bottom:15px;color:#ffffff;-moz-opacity:0.9;opacity: 0.8;}
.catepage .catepage_url{text-align: center;}
.catepage .catepage_url a , .solution a{font-size: 16px; padding: 10px 50px; display: inline-block;margin:0 10px; color: #ffffff;border:1px solid #ffffff ;cursor: pointer;}
.catepage .catepage_url a:first-child{margin-left:0;}
.catepage .catepage_url a:hover , .solution a:hover{color:#0675d0;background:#ffffff;}
.solution h3{font-size: 24px;}
.catepage .catepage_url a:before , .solution a:before{content: ">>";font-family: "iconfont" !important;float:right;margin-left:10px;font-size: 16px;position: relative;} 
/*翻页*/
.pagebar{text-align:center;padding:0 10px 10px 10px;overflow: hidden;}
.pagebar li a{display:inline-block;background:#fbfbfb;border:1px solid #e8e8e8; border-radius:3px;margin:0 5px 10px 5px;color:#999;padding: 5px 10px;}
.pagebar li{display: inline-block;}
.pagebar a:hover , .pagebar li.active a{background:#0675d0;border:1px solid #0675d0;color:#ffffff;}
/*网站模块——公共代码*/
/*友情链接|图标汇集|标签列表|网站收藏*/
#divLinkage .function_c ul ,  #divFavorites .function_c ul ,  #hot_tag .function_c ul , #divMisc .function_c ul , #divArchives .function_c ul{margin-right:-3%;margin-bottom:10px;}
#divLinkage .function_c ul li ,  #divFavorites .function_c ul li ,  #hot_tag .function_c ul li , #divMisc .function_c ul li , #divArchives .function_c ul li{float:left;margin-right:3%;margin-bottom:10px;width:47%;}
/*主题自带模块样式*/
.function_c ul , .function_c div{padding:20px 20px 0 20px;overflow: hidden;}
.function_c div {line-height:21px;margin-bottom:20px;}
.function_c ul li { line-height: 21px; padding:0!important;margin-bottom:20px;}
.function_c ul li span{ float:right;color:#999999;}
/*网站全部分类*/
#divCatalog .function_c ul li{overflow:visible}
#divCatalog .function_c ul li span:before {content: "+";font-size: 18px;}
#divCatalog .function_c ul li span.arrowup:before {content: "-"!important;font-size: 18px;}
#divCatalog .function_c ul li ul{position: static;width:100%;top:auto;left:auto;overflow: hidden;margin-top:20px; background: #ffffff;border:1px solid #e8e8e8;-moz-opacity:1;opacity:1;  width:100%;display: none;padding:15px 15px 0 15px;box-shadow: 0 0 0 0 rgba(0,0,0,0);}
#divCatalog .function_c ul li ul li{width:100%;margin:0 0 15px 0;float:left;}
#divCatalog .function_c ul li ul li a{color:#444444;}
#divCatalog .function_c ul li ul li ul{width:100%;top:auto;left:auto;z-index: 9999;margin-top:30px; background:#ffffff; overflow: hidden;display: none;}
#divCatalog .function_c ul li ul li ul li a{color:#555555;}
/*模块显示的图片*/
#divMisc .function_c ul li img{width:100%;height:auto;}
/*搜索*/
#divSearchPanel form{width:100%;display:block;}
#divSearchPanel input[type=text]{border:1px solid #e8e8e8;height:34px;line-height:34px;padding:0 5px;width:80%;float:left;display:block;}
#divSearchPanel input[type=submit]{line-height:34px;width:20%;background:#0675d0;color:#ffffff;border:0;cursor: pointer}
#divSearchPanel input[type=submit]:hover {-moz-opacity: 0.8;opacity: 0.8;}
/*热门文章 有序列表*/
#hot_article .function_c ul li small {background: #afb0b0;color:#ffffff;width:18px;height:18px;line-height:18px;font-size:12px;text-align: center;border-radius: 3px;  margin-right:5px;display: inline-block;position: relative;top:-1px;}
#hot_article .function_c ul li:nth-child(1) small {background: #ff0909!important;}
#hot_article .function_c ul li:nth-child(2) small {background: #ff6809!important;}
#hot_article .function_c ul li:nth-child(3) small {background: #5fc71e!important;}
/*广告位*/
#aaa_img{background:transparent!important;margin:0!important;}
#aaa_img .function_c div , #new_hot .function_c div{padding:0;margin:0;}
#aaa_img .function_c div img{width:100%;height:auto;overflow:hidden;margin-bottom:20px}
/*最新文章和热门文章*/
.left-t {overflow: hidden;}
.left-t h3{border-bottom:1px solid #e8e8e8;padding:0 20px;font-weight: normal;}
.left-t h3 ul{padding:0}
.left-t h3 ul li{height:40px;line-height:40px;margin-bottom:0!important;float:left;padding:0 15px!important;text-align:center;border-top:2px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff;font-size:14px;}
.left-t h3 ul li.left-tab-active{border-bottom:1px solid #fff!important;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;border-top:2px solid #0675d0;color:#0675d0}
.left-t ul{padding:20px 20px 0 20px;}
.left-t ul li{overflow:hidden;margin-bottom:20px;display: block!important;}
.left-t ul li img{width:93px;height:70px;float:left;margin-right:15px;object-fit:cover}
.left-t ul li h2{line-height:21px;height:42px;font-size:14px;font-weight:normal;margin-bottom:10px;white-space:normal!important;}
.left-t ul li p{line-height:18px;color:#999999;font-size:12px}
.left-t ul li p span{float:right}
/*相关文章*/
.relates_it h3 i{color:#e60000;margin-left:5px;font-size:16px;}
.relates_it ul{padding:20px 20px 0 20px;}
.relates_it li{margin-bottom:20px;}
.relates_it li img{width:100%;height:206px;object-fit:cover}
.relates_it li h2{line-height:21px;font-size:14px;margin:10px 0;}
.relates_it li p{line-height:18px;height:36px;font-size:12px;color:#999999;}
/*网站分类子分类和同级分类*/
.subcategory ul{margin-right:-5%}
.subcategory ul , .cate_log ul {padding:20px 20px 0 20px;}
.subcategory li , .cate_log li{float:left;line-height:32px;}
.subcategory li{width:45%;margin:0 5% 20px 0;}
.cate_log li{width:100%;margin-bottom:20px;}
.subcategory li a , .cate_log li a{background:#f0f0f0;color:#555555;border:1px solid #e8e8e8; text-align:center;display: block;}
.subcategory li a:hover , .cate_log li a:hover , .subcategory li a.cur , .cate_log li a.cur{background:#e8e8e8;color:#666666;}
#subcategory{display: none;}
#subcategory-hide , #subcategory-show{background:#f0f0f0;display: none;color:#555555;text-align:center;line-height:32px;overflow: hidden;clear:both;}
/*详情页-产品介绍*/
.price .price_view {height:60px;overflow: hidden;}
.price .price_view div{float:right;text-align:center;padding:10px 25px;color:#999999;border-left:1px solid #e8e8e8}
.price .price_view div h5{display:inline-block;font-size:14px;line-height:20px;height:20px;}
.price .price_view div h5 a{color:#999999}
.price .price_view div p{font-size:12px;line-height:15px;height:15px;margin-top:4px;}
.price .w33 {width:33.33%;}
.price .w33:last-child{border-left:0!important}
/*文章&页面标题*/
.ArticleEdt{float:right;font-size:14px;color:#266497;}
.content h1 , .about h1{font-size:28px;text-align:center;margin:20px 0 10px 0;padding:0 20px;line-height:150%;}
.content .info {color:#999999;text-align:center;padding: 0 10px;line-height:24px;}
.content .info span {color:#999999;font-size:12px;margin:0 10px}
.content .info span a {color:#999999}
.content .info span i {margin-right:3px;font-size:12px}
.problem h1 , .problem .info{text-align:left!important;}
.problem .h3{height:40px;line-height:40px;font-size:16px;padding:0 20px;border-bottom:1px solid #e8e8e8;font-weight:normal;overflow: hidden;}
.problem .info{margin-top:10px;}
/*访问网站》》》*/
.yanshiurl {margin:20px 20px 0 20px;text-align: center;}
.yanshiurl a{border:1px solid #d9eded;background: #eef7f7;color:#555555;line-height: 40px;font-size: 16px; padding:0 20px; display: block;}
.yanshiurl a:hover {background:#e3f2f2; }
/*正文开始》》》*/
.article_content{padding:20px;overflow:hidden;}
.article_content img{max-width:100%!important;height:auto!important;}
/*H标签*/
.article_content h2 , .article_content h3 , .article_content h4 , .article_content h5 , .article_content h6{height:auto;border-left:3px solid #0675d0;background:#f0f0f0;margin: 0 -20px 15px -20px;padding:10px 20px 10px 17px;font-weight:normal;}
/*上标、下标*/
.article_content sup{position:relative;top:-3px;padding:0 2px;font-family: "iconfont" !important;}
.article_content sup:before{content:"\e80a";font-size:12px;margin-right:2px;}
.article_content sub{position:relative;top:3px;padding:0 2px;font-family: "iconfont" !important;}
.article_content sub:before{content:"\e80a";font-size:12px;margin-right:1px;}
/*引用*/
.article_content blockquote{position: relative; overflow: hidden; padding:15px 15px 0 60px;background: #f0f0f0;color:#555555;margin:0 0 15px 0;font-family: "iconfont" !important;}
.article_content blockquote p:last-child{margin-bottom:15px!important;}
.article_content blockquote:before{content:"\ea9e";color:#d9d9d9;font-size:20px;position:absolute;left:15px;top:18px;}
.article_content div , .article_content p{margin-bottom:15px;line-height:175%;}
.article_content div:last-child , .article_content p:last-child , .article_content h2:last-child , .article_content h3:last-child , .article_content h4:last-child , .article_content h5:last-child{margin-bottom:0!important;}
.article_content section{width:100%!important}
/*table表格*/
.article_content table{display:block;width:100%;overflow:hidden;border-spacing:0;border-collapse:collapse;margin-bottom:15px;}
.article_content table th , .article_content table td{padding:15px 20px;border:1px solid #dedede;word-break:break-word}
.article_content table tr{background-color:#ffffff;}
.article_content table tr:nth-child(2n){background-color:#fafafa;}
.article_content table>thead>tr>th{position:relative;vertical-align:middle;white-space:nowrap;background:#e8e8e8; }
.article_content table caption{line-height:175%;padding:5px 15px;}
/*有序列表和无序列表*/
.article_content ol{padding:0 0 0 32px;}
.article_content ul{padding:0 0 0 35px;}
.article_content ol li ,.article_content ul li{list-style-type: inherit}
.article_content ol div:last-child , .article_content ul div:last-child , .article_content ol p:last-child , .article_content ul p:last-child{margin-bottom:15px!important}
/*《《《《正文结束*/
/* 特别声明 */
.website-declare{text-align: center;}
.website-declare h3{font-size: 14px;font-weight: normal;}
.website-declare h3::before{content: '————';margin-right: 5px;color:#333}
.website-declare h3::after{content: '————';margin-left: 5px;color:#333}
.website-declare p{font-size: 12px;color: #999;margin:20px; line-height: 175%;}
/*图片列表*/
.pic_display{overflow:hidden;padding:0 20px;}
.image-list .cover div span{background:#0675d0;}
/*微信客服插件*/
.kfwx{position:fixed;z-index:10000;width:400px;height:auto;background:#ffffff; margin-left:-10px;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); display: none;}
.kfwx .wx_content{overflow:auto;max-height:500px;text-align: center;position: relative;padding:15px 15px 0 15px;}
.kfwx .wx_content img{width:200px;height:200px;}
.kfwx .wx_content p{line-height:150%;font-size:14px;margin-bottom:15px;}
.kfwx .wx_content a{padding:0 10px;text-decoration: underline;}
.kfwx span{float:right;line-height:40px;width:40px;text-align:center;font-size:12px;cursor:pointer;color:#999999;position: absolute;top:0;right:0;}
/*翻篇*/
.turn{padding:20px 20px 0 20px;margin-right:-3%;}
.turn li{color:#999999;line-height:21px;margin:0 3% 20px 0;float:left;width:47%;}
.turn li span{float:left;}
/*文件下载*/
.article_down{padding:15px 20px 0 20px}
.article_down p{line-height:21px;margin-bottom:15px;}
.article_down p span{margin-right:20px;}
.article_down a{display:inline-block;padding:0 30px;font-size:16px;line-height: 40px; margin-bottom:20px;margin-right:20px;color:#ffffff;}
.article_down a.yanshi{background:#009999}
.article_down a.down{background:#0675d0}
.article_down a.down:hover , .article_down a.yanshi:hover{-moz-opacity: 0.8;opacity: 0.8;}

/*友情链接*/
.links ul{padding:20px 20px 10px 20px;margin-right:-2%;overflow: hidden;}
.links li{line-height:21px;float:left;width:18%;margin:0 2% 10px 0;}
/*页脚*/
footer{background:#333333;padding:0 20px 20px 20px;color:#c4c4c4;overflow:hidden}
footer .footer_box{text-align: center;padding:30px 0 20px 0;overflow:hidden;border-bottom:1px solid #3d3f43;}
footer .uw , footer .qw{width:20%;float:left;}
footer .ft{font-size:14px;color:#c4c4c4;}
footer .footer_qrcode img{width:100px;height:100px;margin:10px 0;}
footer ul{padding:10px 0;overflow:hidden;}
footer ul li{line-height:21px;margin-bottom:10px;float:left;width:100%;}
footer a{color:#c4c4c4}
footer a:hover{text-decoration:underline;color:#969696;}
footer .copyright{line-height:150%;padding:20px 20px 0 20px;text-align: center;}
.gongan {width:16px;height:16px;margin-right:2px;position: relative;top:-2px;}
@media screen and (max-width:980px) {
.container , .mainleft , .mainright {width:100%;}  
#subcategory-content , .function , .left-t , .postright , .search , .nav , .user{display: none;}   
header{width:100%;position:fixed;z-index:110;height:50px;top:0;padding:0;margin:0;background:#0675d0;left:0;right:0;transition:top .5s;}
.fixednav{position:absolute;}
.hide{top:auto; }
.waphide{top:-50px} 
.logo{height:40px;margin:5px 0 5px 20px;display:block}
.logo img{height:40px;}
.search , .user{padding:20px;overflow: hidden;}
.usermenu{display:block;position:inherit;background: transparent;box-shadow:0 0 0 0 rgba(0,0,0,0);padding:0;text-align: right;line-height: 21px;margin-top:5px;}
.usermenu li{display: inline-block;padding:0;margin-left:20px;line-height: 21px;}
.nav , .search , .user{width:100%;float:none;left:0;right:0;margin:0; height:auto;top:50px;position:absolute;z-index:999;background:#ffffff;transition:top .5s;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);}
.nav {overflow: auto;max-height: 65vh;}
.nav li{width:100%;float: none;border-top:1px solid #ededed;}
.nav li a{padding:0 0 0 20px;color:#333333;}
.nav li a.cut_65{width: -webkit-calc(100% - 65px);width: -moz-calc(100% - 65px);width: calc(100% - 65px);}
.nav li .icon_d {position:absolute;right:0;top:0;color:#ffffff;}    
.nav li .icon_d::before{content:"+";color:#999999;padding:0 15px;margin:0;top:0;right:0;border-left:1px solid #ededed ;position: absolute;display: block; z-index: 1000;}
.nav li .icon_u::before{content:"-"!important;}    
.nav li:hover , .nav li.cur:hover{background:#f7f7f7}
.nav li.cur{background:#ffffff;}
.nav li.cur a{color:#046abe;} 
.nav li.cur ul li a{color:#333333;} 
.nav li:first-child{border-top:0}
.nav li ul{position: static;top:0;z-index:999;overflow: hidden; box-shadow: 0 0 0 0 rgba(0,0,0,0);transition:top .5s;} 
.nav li ul li:first-child{border-top:1px solid #ededed;}
.nav li ul li a{padding:0 20px 0 40px;}
.list_n ul{padding:15px 0 5px 20px}
.button_box{position:absolute;top:0;right:10px;line-height:50px;}
#mnav,#msearch,#muser{display:block;padding:0 10px;float:right;outline:none;background:transparent; line-height:50px;border:0;cursor: pointer;}
#msearch i , #muser i , #mnav i{color:#ffffff;}
.mt50 , .catepage{margin-top:50px;}   
.catepage .container, .solution .container{padding:0 20px;}
.main_i_left , .main_i_center , .main_i_right{width:100%;float:none;margin:0;}
.list_n ul li{width:47%;}
/*快捷菜单*/
.quick{overflow-x:scroll;overflow-y: hidden;-webkit-overflow-scrolling: touch;}
.quick::-webkit-scrollbar{display: none;width: 0 !important;-ms-overflow-style: none;overflow: -moz-scrollbars-none;} 
.quick ul{width:780px;height:48px; }
.index_news_box{width:100%;float:none;} 
/*网站全部分类*/
#divCatalog ul li{overflow:visible}
#divCatalog ul li span:before {content: "\e79b";}
#divCatalog ul li span.arrowup:before {content: "\e79c"!important;}
#divCatalog ul li ul{position: static;width:100%;top:auto;left:auto;overflow: hidden;margin-top:20px; background: #ffffff;border:1px solid #e8e8e8;-moz-opacity:1;opacity:1; display: none;padding:15px 15px 0 15px;box-shadow: 0 0 0 0 rgba(0,0,0,0);}
#divCatalog ul li ul li{width:100%;margin:0 0 15px 0;float:left;}
#divCatalog ul li ul li a{color:#444444;}
#divCatalog ul li ul li ul{width:100%;top:auto;left:auto;margin-top: 30px;z-index: 9999; background:#ffffff; overflow: hidden;display: none;}
#divCatalog ul li ul li ul li a{color:#555555;}
#subcategory , #subcategory-show{display:block;}
.subcategory{width:100%;margin-bottom:15px}
.subcategory li{width:22%;}
.product{margin:0}
.postleft .info{margin:10px 10px 0 10px}
.product{margin-bottom:15px}
.product .proleft{width:100%;border-right:0;float:none;border-bottom:1px solid #e8e8e8}
.proleft .info{padding:0 10px 10px 10px}
.product .product_right{width:100%;padding:0 20px;float:none;}
.product .product_right .fuwu span{font-size:12px;}
.postleft{width:100%}
.links ul{margin-right:-3%;}
.links li{width:22%;margin-right:3%;}
footer .copyright{padding:10px 0 0 0;}
footer .copyright span{float:none;}
}

.bottommeun60 {overflow: hidden;height:60px;display: none;}
.bottommeun{width:100%;position:fixed;height:60px;bottom:0;z-index: 9999;box-sizing: border-box;display: none;}
.bottommeun ul li{float:left;text-align: center;box-sizing: border-box;position: relative;}
.bottommeun .bmnum3 li{width:33.33%;}
.bottommeun .bmnum4 li{width:33.33%;}
.bottommeun ul li a{background: #ffffff;font-size:13px;border-right:1px solid #f2f2f2;border-top:1px solid #f2f2f2;text-decoration: none;color:#333333;display: block;height:60px;padding-top:9px;overflow: hidden;cursor:pointer;box-sizing: border-box;}
.bottommeun ul li:last-child a{border-right:0;}
.bottommeun ul li a i{font-size: 20px;margin-bottom:5px;display: block;color:#333333;}
/**==二级==**/
.bottommeun ul li ul{position:absolute;bottom:60px;left:0;right:0;width:100%;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);display: none;}
.bottommeun ul li ul li{width:100%!important;} 
.bottommeun ul li ul li a{display: block;height:auto!important;line-height: 36px;border-top:1px solid #f2f2f2;border-right:0;padding:0;background: #ffffff;color:#333333;}
.bottommeun ul li ul li:first-child a{border-top:0;} 
/**==触发==**/
.bottommeun ul li a:hover , .bottommeun ul li a.bmh{background: #f2f2f2;color:#444444;}
.bottommeun ul li a:hover i , .bottommeun ul li a.bmh i{color:#444444;}
@media screen and (max-width:721px) {
/*公共代码*/
.list_it li h2 , .list_qa li h2{white-space: normal!important;display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient:vertical}   
.logs_product p , .suspension , .list_it li p , .index_news li p , .list_qa li p{display: none;} 
.list_shop li , .index_shop li{width:48%!important;}
.list_shop li:nth-child(3) , .index_shop li:nth-child(4) {padding-top:20px;border-top: 1px solid #e8e8e8;}
.list_n ul{padding:15px 20px 5px 20px}
.list_n ul , .list_n ul li , .index_t ul , .index_t li{width:100%;margin-right:0;} 
.catepage .catepage_url a , .solution a , .rslides .poster_text a{font-size: 14px; padding: 7px 25px;margin:0 10px; }    
.index_section h3 li{padding:0 10px;font-size:14px} 
.index_section h3 span a{padding:0 10px;}
.index_section h3 span a:last-child{padding:0 0 0 10px;}
.subcategory li{width:47%;margin-right:3%;}
.index_t li img , .index_news li img , .list_it li img{width:93px;height:70px;margin-right:10px;}
.list_it li h2 , .list_qa li h2{font-size:16px;line-height:24px;height:48px;}
.index_t li .info , .list_it li .info {line-height:18px;height:18px;margin-top:10px;}
.list_it li .info span{float:right;padding:0;}
.list_qa li .info{margin-top:10px;}
.logs_product h1 , .logs_title{min-height:48px;line-height: 24px;font-size: 16px;margin-bottom:10px;font-weight: normal;}
.logs_product .img img{width:112px;height:84px;margin-right:10px;}
.list_url li:hover .desc{display:block;}
.list_url li:hover .details{display:none;}
.content h1 , .about h1{font-size:24px;}
.content .info span{margin:0 8px}
.kfwx{width:300px;}
.catepage h1 , .rslides .poster_text h2{font-size:28px;}
.rslides .poster_text{top:76px;}
.rslides_tabs li a{padding:0 15px;line-height: 1px;}
.solution h3{font-size:20px;}	
.links li{width:30.3%}
.wlogo{display:block;}
.plogo{display: none;}
/*页脚*/
footer .footer_box{padding-bottom:20px;} 
footer .ft , footer .copyright{font-size:12px;}
footer ul li{line-height:18px;font-size:12px;}
footer .footer_qrcode img{width:90px;height:90px;}
footer .uw{width:33.3333333%;}    
footer .qw{width:33%;}
.bottommeun60,.bottommeun{display: block;}
}
@media screen and (max-width:481px) {
/*公共代码*/
.list_n li span , .index_news li span , .list_qa li .info , .index_t li .info, .list_it li .info , .list_a li span {display:none;}
.list_url ul , .turn , .compost .com_info ul{margin-right:0;}
.list_url ul li , .turn li , .compost .com_info li{width:100%;margin-right:0;} 
.index_t li img , .index_news li img , .list_it li img{width:64px;height:48px}
 .list_a li a , .list_n li a{width:100%;}
 .index_news li.index_r a {width:78%;}
.list_url li:nth-child(2){padding-top:20px;border-top: 1px solid #e8e8e8;}
.list_qa li p{margin:10px 0 0 0;}
.compost .com_info li:nth-child(4){width:50%!important }
.index_news li.index_r span,.bottommeun60,.bottommeun{display: block;}
}
